func google.golang.org/protobuf/internal/encoding/text.isDelim

5 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode.go#L552: 	if len(s) > 0 && !isDelim(s[0]) {
		decode.go#L664: 		if r > utf8.RuneSelf || (r != '/' && isDelim(byte(r))) {
		decode.go#L680: func isDelim(c byte) bool {
		decode_number.go#L116: 				if len(s) > 0 && !isDelim(s[0]) {
		decode_number.go#L187: 	if len(s) > 0 && !isDelim(s[0]) {